.container {
    position: relative;
    min-width: 1200px;
    margin-top: 0;
}


/* banner start */

.banner {
    position: relative;
    width: 100%;
    height: 375px;
    background: url('../image/banner.png') no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.com-header {
    display: none;
}

.banner .header {
    position: relative;
    height: 76px;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.banner .header .logo h1 {
    background: url('../image/logo1.png') no-repeat center center;
    background-size: 100% 100%;
}

.header .nav a .business-mask {
    top: 76px;
}

.banner .header.fixed {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
}

.banner .header .w1200 {
    height: 76px;
}

.banner .header .nav {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner .header .nav .top-go {
    color: #fff;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 25px;
    /* font-weight: bold; */
}

.banner .header .nav .top-go:hover {
    color: #9DD5FF;
}

.banner .header .nav .platform-box {
    position: relative;
}

.banner .header .nav .all-platform {
    color: #fff;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 25px;
    /* font-weight: bold; */
    position: relative;
    padding-right: 50px;
    line-height: 76px;
}

.banner .header .nav .all-platform::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 56%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #fff;
    transform-origin: top center;
    transition: all .3s;
    border-top-color: #fff;
}

.banner .header .nav .all-platform:hover {
    cursor: pointer;
    color: #9DD5FF;
}

.banner .header .nav .all-platform:hover::after {
    transform: rotate(180deg);
}

.banner .header .nav .show-platform {
    position: absolute;
    top: 70px;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 510px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 26px;
}

.banner .header .nav .show-platform::after {
    content: '';
    position: absolute;
    left: 80%;
    top: -14px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.banner .header .nav .show-platform a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 58px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding: 0;
}

.banner .header .nav .show-platform a:nth-child(5n) {
    margin-right: 0;
}

.banner .header .nav .show-platform a:nth-child(6),
.banner .header .nav .show-platform a:nth-child(7),
.banner .header .nav .show-platform a:nth-child(8),
.banner .header .nav .show-platform a:nth-child(9),
.banner .header .nav .show-platform a:nth-child(10) {
    margin-bottom: 0;
}

.banner .header .nav .show-platform a>img {
    width: 46px;
    height: 46px;
    margin-bottom: 2px;
}

.banner .header .nav .show-platform a>span {
    font-weight: 400;
    color: #000000;
    line-height: 18px;
}

.banner .header .nav .show-platform a:hover>span {
    color: #2059FC;
}

.banner .header .nav .top-go .tian-cha-hao {
    margin-top: -4px;
}

/* .banner .header .nav .top-go:nth-child(1) {
    background-image: url('../images/site_map_icon.png');
}

.banner .header .nav .top-go:nth-child(2) {
    background-image: url('../images/adviser_icon.png');
}

.banner .header .nav .top-go:nth-child(3) {
    padding-left: 19px;
    background-image: url('../images/contribution_icon.png');
}

.banner .header .nav .top-go:nth-child(4) {
    background-image: url('../images/site_icon.png');
}

.banner .header .nav .all-platform {
    background-image: url('../images/site_icon.png');
} */


.banner .header .nav a:first-child {
    margin-left: 0;
}

.banner .header .nav a {
    position: relative;
    padding-right: 40px;
}

.banner .header .nav a::after {
    content: '';
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 40%;
}

.banner .header .nav .platform-box::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    right: 0;
    top: 40%;
}

.banner .header .nav a:last-child::after {
    width: 0;
}

.banner .header .logo {
    margin-top: 19px;
}

.banner .header .nav .top-go {
    line-height: 76px;
}

.banner .header .header-right-wrap .cooperation {
    line-height: 76px;
}

.banner .header .header-right-wrap .notice {
    margin-top: 22px;
}

.banner .header .header-right-wrap .cooperation::after {
    border-top-color: #fff;
}

.banner .header .header-right-wrap .business-mask {
    top: 76px;
}

.banner .header .header-right-wrap .line {
    margin-top: 30px;
    background-color: #fff;
    height: 14px;
}

.banner .header .header-right-wrap .user {
    margin-top: 20px;
}

.banner .header .header-right-wrap .login {
    margin-top: 27px;
}

.banner .search {
    position: relative;
    z-index: 1;
    margin-top: 27px;
    color: #fff;
}

.banner .search .search-wrap {
    position: relative;
    width: 800px;
    margin: 25px auto 0;
    /*overflow: hidden;*/
}

.banner .search .search-title p {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 10px;
}

.banner .search .search-wrap .search-input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    width: 670px;
    height: 50px;
    background-color: #fff;
    font-size: 16px;
    /* outline-color: #1ADE7B; */
    outline: none;
}

.banner .search .search-wrap .search-input:focus {
    border: none;
    outline: none;
}

.banner .search .search-wrap .search-submit-btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    width: 130px;
    height: 50px;
    background-color: #2059FC;
    color: #fff;
    font-size: 18px;
}

.banner .search .search-wrap .agent-text {
    position: absolute;
    right: -150px;
    line-height: 50px;
    color: #fcfcfd;
    font-weight: bold;
    font-size: 14px;
}

.banner .search .search-wrap .agent-text span {
    font-size: 18px;
}

.banner .search .hot-search {
    overflow: hidden;
    width: 800px;
    margin: 25px auto;
    display: flex;
    align-items: flex-start;
}

.banner .search .hot-search .hot-search-title {
    /* float: left; */
    box-sizing: border-box;
    /* padding-top: 7px; */
    width: 65px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: rgba(255, 255, 255, .16);
    font-size: 18px;
    border-radius: 4px;
    font-weight: 700;
    color: #FFFFFF;
}

.banner .search .hot-search .hot-search-list {
    box-sizing: border-box;
    padding-left: 22px;
    width: 640px;
    height: 68px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}

.banner .search .hot-search .change-it {
    width: 65px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background-repeat: no-repeat;
    background-image: url(../image/change-it.png);
    background-position: left 6px;
    line-height: 25px;
    text-align: right;
}

.banner .search .hot-search .hot-search-item {
    margin-bottom: 14px;
    margin-right: 22px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 13px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    transition: all .3s;
}

.banner .search .hot-search .hot-search-item:hover {
    background-color: rgba(32, 89, 252, .15);
}

.banner .search .active-user {
    text-align: center;
}

.banner .search .active-user p {
    margin-top: 14px;
    margin-bottom: 3px;
    line-height: 66px;
    font-size: 46px;
}

.banner .search .active-user span {
    display: block;
    font-size: 16px;
    color: #fefefe;
}


/* banner end */


/* menu start */

.menu {
    padding-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 1200px;
    background: #F3F3F4;
}

.menu .w1200 {
    display: flex;
    flex-wrap: wrap;
}

.menu .w1200 .menu-item {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 80px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 50px 25px 0;
    width: 200px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: center;
}

.menu .w1200 .menu-item:nth-child(5n) {
    margin-right: 0;
}

.menu .w1200 .menu-item:hover {
    box-shadow: 0px 2px 23px 6px rgba(23, 49, 210, 0.35);
}

.menu .w1200 .menu-item:hover .menu-bar-text {
    color: #1731D2;
}

.menu .menu-item .menu-bar-icon {
    position: absolute;
    left: 10px;
    width: 60px;
    height: 60px;
    top: 15px;
}

.menu .menu-item .menu-bar-text {
    width: 100%;
    color: #000000;
    transition: all .3s;
    line-height: 1;
}

.menu .menu-item .menu-bar-text .text-zh {
    font-size: 18px;
    font-weight: bold;
}

.menu .menu-item .menu-bar-text .text-en {
    margin-top: 5px;
    font-size: 16px;
}


/* menu end */


/* content start */

.content {
    background: #F3F3F4;
    /* margin-top: -36px; */
    margin-top: 15px;
}


/* 广告banner start */

.content-banner {
    margin-bottom: 15px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.content .content-banner .swiper-container {
    height: 100%;
}

.content .content-banner .swiper-pagination {
    bottom: 2px;
}

.content .content-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2059FC;
}

.content .content-banner .swiper-pagination .swiper-pagination-bullet {
    /* width: 30px;
  height: 4px; */
    opacity: 1;
    background-color: #d8d8d8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.content .content-banner a,
.content .content-banner a img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}


/* 广告banner end */

.content .columns-left {
    /* border-top: 2px solid #2059FC; */
    float: left;
    width: 815px;
}

.content .tab {
    background: #fff;
    border-radius: 5px 5px 0 0;
    /* overflow: hidden; */
}

.content .tab .tab-hd {
    height: 50px;
    padding-top: 10px;
    line-height: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.content .tab .tab-hd a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #666666;
    height: 100%;
    padding: 0 25px;
    vertical-align: top;
    font-weight: 400;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    position: relative;
}

.content .tab .tab-hd a::after {
    content: '';
    width: 32px;
    height: 2px;
    background: rgba(35, 125, 241, 0);
    position: absolute;
    bottom: 0;
}

.content .tab .tab-hd a.active,
.content .tab .tab-hd a:hover {
    color: #333;
    font-weight: bold;
}

.content .tab .tab-hd a.active::after,
.content .tab .tab-hd a:hover::after {
    background: #237DF1;
}

.content .tab .tab-bd {}


/* 默认显示天查热文 */

.content .tab .tab-bd .trends,
.content .tab .tab-bd .exposure,
.content .tab .tab-bd .answer,
.content .tab .tab-bd .viewpoint,
.content .tab .tab-bd .bulletin,
.content .tab .tab-bd .stock-center {
    display: none;
}

.content .tab .tab-bd .common-link-item,
.content .tab .tab-bd .answer-item {
    transition: all 0.3s;
    background-color: #fff;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.1)
}

.content .tab .tab-bd .common-link-item:hover,
.content .tab .tab-bd .answer-item:hover {
    z-index: 2;
    border-top: none;
    transform: scale(1.01);
    box-shadow: 0px 1px 8px 0px rgba(214, 225, 228, 0.6);
}

.content .tab .tab-bd .common-link-item a:hover,
.content .tab .tab-bd .item-title:hover {
    color: #1877fa !important;
}

.content .tab .tab-bd .com-loading-more {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
}

.content .bulletin {}

.content .bulletin .bulletin-time {
    padding-top: 18px;
    text-indent: 25px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1;
    color: #8C8C8C;
    opacity: 0.7;
}

.content .bulletin .bulletin-item {
    position: relative;
    padding: 21px 70px 28px 53px;
    transition: all 0.3s;
    background-color: #fff;
}

.content .bulletin .bulletin-item:hover {
    z-index: 1;
    box-shadow: 0px 1px 18px 0px rgba(151, 162, 165, 0.68);
}

.content .bulletin .bulletin-item:hover .wechat {
    background-image: url('../image/home_wechat_active_icon.png');
}

.content .bulletin .bulletin-item:hover>a {
    color: #336BFF;
}

.content .bulletin .bulletin-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 27px;
    width: 1px;
    height: 100%;
    background-color: rgba(51, 51, 51, .17);
}

.content .bulletin-item::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 22px;
    width: 12px;
    height: 12px;
    background: #336BFF;
    border-radius: 50%;
}

.content .bulletin-item .inner-time {
    line-height: 1;
    font-size: 14px;
    color: #C1C1C1;
}

.content .bulletin-item .inner-title {
    margin: 12px 0 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.content .bulletin-item .inner-type {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 14px;
    color: #333333;
    opacity: 0.7;
}

.content .bulletin-item .inner {
    font-size: 12px;
    color: #333333;
}

.content .bulletin-item .inner-tag {
    position: relative;
    margin-top: 9px;
    font-size: 0;
}

.content .bulletin-item .inner-tag span {
    margin-left: 7px;
    padding: 0 9px;
    font-size: 14px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #D5E0FF;
    color: #336BFF;
}

.content .bulletin-item .inner-tag span:first-child {
    margin-left: 0;
}

.content .bulletin-item .inner-tag .wechat {
    position: absolute;
    right: -52px;
    top: 0;
    width: 22px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url('../image/home_wechat_icon.png');
    background-size: 100% 100%;
}


/* 天查热文 在 base */


/* com-link */


/* 阅读 */

.content .tab .common-link .common-link-item .item-bottom span:nth-of-type(2),
.content .tab .common-link .common-link-item .item-bottom span:nth-of-type(3),
.content .tab .common-link .common-link-item .item-bottom span:nth-of-type(4) {
    margin-top: 8px;
    float: right;
    color: #999999;
    margin-right: 28px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 26px;
}


/* 查看数 */

.content .tab .common-link .common-link-item .item-bottom span:nth-of-type(2) {
    margin-right: 0;
    padding-left: 30px;
    background-image: url('../image/eye_icon.png');
    background-size: 24px 22px;
}


/* 点赞 */

.content .tab .common-link .common-link-item .item-bottom span:nth-of-type(3) {
    padding-left: 23px;
    background-size: 18px 18px;
    background-image: url('../image/home_star_icon.png');
}

.content .tab .common-link .common-link-item .item-bottom span:nth-of-type(3).active {
    background-size: 16px 16px;
    background-image: url('../image/fabulous_num_icon_active.png');
}

/* 时间 */

.content .tab .common-link .common-link-item .item-bottom span:nth-of-type(4) {
    padding-left: 23px;
    background-size: 18px 18px;
    background-image: url('../image/time_icon.png');
}


/* com-link */


/* 平台动态 start */

.content .tab .tab-bd .trends {
    padding: 0px 40px 20px;
}

.content .tab .tab-bd .trends .trends-time {
    font-size: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 31px 0;
    margin-left: -8px;
}

.content .tab .tab-bd .trends .trends-time .trends-time-left {
    margin-right: 20px;
    width: 40px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.content .tab .tab-bd .trends .trends-time .trends-time-left .mouth,
.content .tab .tab-bd .trends .trends-time .trends-time-left .day {
    width: 100%;
    text-align: center;
}

.content .tab .tab-bd .trends .trends-time .trends-time-left .mouth {
    height: 20px;
    line-height: 20px;
    background: #DA1259;
    font-size: 14px;
    color: #FFFFFF;
}

.content .tab .tab-bd .trends .trends-time .trends-time-left .day {
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 24px;
}

.content .tab .tab-bd .trends .trends-time .trends-time-right {
    height: 100%;
}

.content .tab .tab-bd .trends .trends-time .trends-time-right .current-day {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 1;
}

.content .tab .tab-bd .trends .trends-time .trends-time-right .week {
    margin-top: 10px;
    line-height: 1;
    font-size: 16px;
    color: #999999;
}

.content .tab .tab-bd .trends-item {
    padding-bottom: 30px;
    border-left: 1px dashed #DA1259;
    padding-left: 40px;
    position: relative;
}

.content .tab .tab-bd .trends-item .status-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: 100% 59px;
    background-position: 0 6px;
}

.content .tab .tab-bd .trends-item.status-start .status-img {
    background-image: url('../image/handle_start_icon.png');
}

.content .tab .tab-bd .trends-item.status-center .status-img {
    background-image: url('../image/handle_center_icon.png');
}

.content .tab .tab-bd .trends-item.status-end .status-img {
    background-image: url('../image/handle_end_icon.png');
}

.content .tab .tab-bd .trends-item .user {
    position: relative;
    height: 62px;
    padding-left: 80px;
}

.trends-item .user .user-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.trends-item .user .user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.trends-item .user .user-info {
    position: relative;
    padding-right: 80px;
    height: 100%;
    display: inline-block;
    height: 80px;
}

.trends-item .user .user-name {
    padding-top: 10px;
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 1;
}

.trends-item .user .user-time {
    margin-top: 12px;
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #999999;
    line-height: 1;
}

.content .tab .tab-bd .trends-item::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 24px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 3px solid #DA1259;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content .tab .tab-bd .trends-item .trends-time {
    position: absolute;
    left: 20px;
    font-size: 16px;
    color: #333;
    top: 0;
}

.content .tab .tab-bd .trends-item .trends-desc {
    margin-top: 20px;
    position: relative;
}

.content .tab .tab-bd .trends-item .trends-img-list {
    margin-top: 15px;
    position: relative;
    z-index: 9;
    /* height: 100px; */
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
}

.content .tab .tab-bd .trends-item .trends-img-list .img-inner {
    display: inline-block;
    width: 140px;
    margin-right: 10px;
    /* height: 100px; */
    vertical-align: top;
    overflow: hidden;
}

.trends-item .picShow {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.trends-item .picShow .want-ts {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
    padding: 6px 0;
}

.trends-item .picShow .want-ts i {
    width: 31px;
    height: 28px;
    background-image: url(../image/ts_icon_gery.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.trends-item .picShow .want-ts:hover i {
    background-image: url(../image/ts_icon_highlight.png);
}

.trends-item .picShow .want-ts:hover span {
    color: #3F74FF;
}

.trends-item .picShow .want-ts span {
    font-size: 14px;
    font-weight: 400;
    color: #9F9F9F;
    line-height: 22px;
    margin-left: 6px;
}

.content .tab .tab-bd .trends-item .trends-img-list .img-inner img {
    transition: all .3s;
    height: 100px;
}

.content .tab .tab-bd .trends-item .trends-img-list .img-inner img:hover {
    transform: scale(1.1);
}

.content .tab .tab-bd .trends-item .trends-img-list img {
    vertical-align: top;
    margin-right: 10px;
    width: 100%;
    height: 100%;
}

.content .tab .tab-bd .trends-item img:last-child,
.content .tab .tab-bd .trends-item .img-inner:last-child {
    margin-right: 0;
}

.content .tab .tab-bd .trends-item .trends-desc .trends-desc-title {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .tab .tab-bd .trends-item .trends-desc .trends-desc-title:hover {
    color: #2059FC;
}

.content .tab .tab-bd .trends-item .trends-desc .trends-desc-info {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-bd .trends-item .trends-status-list {
    position: relative;
    padding-right: 260px;
    margin-top: 17px;
}

.tab-bd .trends-item .trends-status-list .trends-desc-img {
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    width: 253px;
    border-radius: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tab-bd .trends-item .trends-status-list .trends-desc-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    /* margin-top: 22px; */
}

.tab-bd .trends-item .trends-status-list .trends-status-item {
    margin-bottom: 14px;
    height: 30px;
    background: #F5F5F5;
    padding-left: 20px;
    display: flex;
    align-content: center;
}

.tab-bd .trends-item .trends-status-list .trends-status-item:last-child {
    margin-bottom: 0;
}

.tab-bd .trends-item .trends-status-item .status-title {
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    color: #2059FC;
}

.tab-bd .trends-item .trends-status-item.object .status-title {
    color: #FE5335;
}

.tab-bd .trends-item .trends-status-item.money .status-title {
    color: #DA122E;
}

.tab-bd .trends-item .trends-status-item .status-agent {
    margin-left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-bd .trends-item .trends-status-item .status-agent .logo {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
}

.tab-bd .trends-item .trends-status-item .status-agent .name {
    font-size: 14px;
    color: #666;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-bd .trends-item .trends-status-item.object .status-agent .name {
    color: #333;
}


/* 平台动态 end */


/* 实时曝光 start */

.content .tab .tab-bd .exposure {}


/* 实时曝光 end */


/* 等你来答 start */

.content .tab .tab-bd .answer {}

.content .tab .tab-bd .answer .answer-item {
    padding: 20px;
    /* border-bottom: 1px solid #e8e8e8; */
}

.content .tab .tab-bd .answer .answer-item .item-title {
    max-width: 760px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #3C4144;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
}

.content .answer-item .item-user-wrap .user-item {
    position: relative;
    padding-left: 48px;
    margin-bottom: 20px;
}

.content .answer-item .item-user-wrap .user-item .user-avatar-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.content .answer-item .item-user-wrap .user-item .user-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content .answer-item .item-user-wrap .user-item .user-top {
    padding-top: 2px;
}

.content .answer-item .item-user-wrap .user-item .vip-user {
    position: absolute;
    right: -17px;
    bottom: 0;
    width: 12px;
    height: 12px;
    padding-left: 12px;
    line-height: 12px;
    background: url(../image/home_vip_icon.png) no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    font-size: 12px;
    color: #F62121;
    font-weight: bold;
}

.content .answer-item .item-user-wrap .user-item .auth-org {
    position: absolute;
    right: -17px;
    bottom: 0;
    width: 12px;
    height: 12px;
    padding-left: 12px;
    line-height: 12px;
    background: url(../image/platform_auth_icon3.png) no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    font-size: 12px;
    color: #F62121;
    font-weight: bold;
}

.content .answer-item .item-user-wrap .user-item .user-name {
    color: #333;
    font-size: 14px;
}

.content .answer-item .item-user-wrap .user-item .user-tag {
    margin-left: 10px;
    display: inline-block;
    color: #336BFF;
    border: 1px solid #336BFF;
    text-align: center;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
}

.content .answer-item .item-user-wrap .user-item .user-content {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.content .tab .tab-bd .answer .answer-item .item-bottom {
    margin-top: 0;
    position: relative;
    height: 28px;
}

.content .tab .tab-bd .answer .answer-item .item-bottom .write-answer {
    margin-right: 45px;
    border-radius: 4px;
    display: inline-block;
    line-height: 28px;
    width: 96px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #1877fa;
    opacity: 0.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.content .tab .tab-bd .answer .answer-item .item-bottom .write-answer:hover {
    margin-right: 45px;
    border-radius: 4px;
    display: inline-block;
    line-height: 28px;
    width: 96px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #1877fa;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.content .tab .tab-bd .answer .answer-item .item-bottom a i {
    margin-right: 8px;
    color: #fff;
}

.content .tab .tab-bd .answer .answer-item .item-bottom span {
    line-height: 28px;
    font-size: 14px;
    color: #8590A6;
    margin-right: 29px;
    background-position: left center;
    background-repeat: no-repeat;
}

.content .tab .tab-bd .answer .answer-item .item-bottom .fabulous-num,
.content .tab .tab-bd .answer .answer-item .item-bottom .star-num {
    cursor: pointer;
}

.content .tab .tab-bd .answer .answer-item .item-bottom .comment-num {
    padding-left: 23px;
    background-image: url('../image/comment_num_icon.png');
}

.content .tab .tab-bd .answer .answer-item .item-bottom .comment-num:hover,
.content .tab .tab-bd .answer .answer-item .item-bottom .comment-num.active {
    color: #1877FA;
    background-image: url('../image/comment_num_icon_active.png');
}

.content .tab .tab-bd .answer .answer-item .item-bottom .fabulous-num {
    padding-left: 22px;
    background-image: url('../image/fabulous_num_icon.png');
}

.content .tab .tab-bd .answer .answer-item .item-bottom .fabulous-num:hover,
.content .tab .tab-bd .answer .answer-item .item-bottom .fabulous-num.active {
    color: #1877FA;
    background-image: url('../image/fabulous_num_icon_active.png');
}

.content .tab .tab-bd .answer .answer-item .item-bottom .star-num {
    padding-left: 24px;
    background-image: url('../image/star_num_icon.png');
}

.content .tab .tab-bd .answer .answer-item .item-bottom .star-num:hover,
.content .tab .tab-bd .answer .answer-item .item-bottom .star-num.active {
    color: #1877FA;
    background-image: url('../image/star_num_icon_active.png');
}

.content .answer .answer-item .item-bottom .ask-questions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    line-height: 34px;
    padding-left: 45px;
    font-size: 14px;
    color: #9F9F9F;
    background-repeat: no-repeat;
    background-image: url('../image/ask_questions_icon.png');
    background-position: center left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.content .answer .answer-item .item-bottom .ask-questions:hover {
    background-image: url('../image/ask_questions_icon_active.png');
    color: #1877FA;
}


/* 等你来答 end */

/* 首页右侧 */
.content .columns-right {
    float: right;
    width: 365px;
}

.content .columns-right .right-tab-hd {
    display: flex;
    align-items: center;
    height: 50px;
    padding-top: 10px;
    line-height: 50px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #EEEEEE;
}

.content .columns-right .right-tab-hd a {
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-weight: 400;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}

.content .columns-right .right-tab-hd a::after {
    content: '';
    width: 32px;
    height: 2px;
    background: rgba(35, 125, 241, 0);
    position: absolute;
    bottom: -15px;
}

.content .columns-right .right-tab-hd a:nth-child(1) {
    border-right: 1px solid rgba(29, 61, 85, 0.6);
}

.content .columns-right .right-tab-hd a.active {
    font-weight: bold;
    color: #237DF1;
}

.content .columns-right .right-tab-hd a.active::after {
    background: #237DF1;
}

/* 排行 */
.right-tab-bd .rank {
    display: none;
    padding: 10px 0 20px;
    background-color: #fff;
}

.right-tab-bd .rank .rank-item {
    position: relative;
    margin: 0 10px 12px 47px;
    box-sizing: border-box;
    padding: 8px 3px 8px 4px;
    height: 84px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px rgba(32, 89, 252, 0.26);
    transition: all .3s;
}

.right-tab-bd .rank:first-child {
    display: block;
}

.right-tab-bd .rank .rank-item.agent-tag-green .agent-logo-label {
    background-image: url('../image/agent_tag_green.png');
}

.right-tab-bd .rank .rank-item.agent-tag-red .agent-logo-label {
    background-image: url('../image/agent_tag_red.png');
}

.right-tab-bd .rank .rank-item.agent-tag-grey .agent-logo-label {
    background-image: url('../image/agent_tag_grey.png');
}

.right-tab-bd .rank .rank-item.agent-tag-orange .agent-logo-label {
    background-image: url('../image/agent_tag_orange.png');
}

.right-tab-bd .rank .rank-item.agent-tag-green .agent-logo {
    border: 2px solid #2BB351;
}

.right-tab-bd .rank .rank-item.agent-tag-red .agent-logo {
    border: 2px solid #DC0A0A;
}

.right-tab-bd .rank .rank-item.agent-tag-orange .agent-logo {
    border: 2px solid #ffa200;
}

.right-tab-bd .rank .rank-item.agent-tag-grey .agent-logo {
    border: 2px solid #ccc;
}

.right-tab-bd .rank .rank-item:hover {
    background-color: rgba(32, 89, 252, 0.07);
}

.right-tab-bd .rank .rank-item .rank-num {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: -40px;
    width: 32px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background-image: url('../image/rank_n_icon.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.right-tab-bd .rank .rank-item:nth-child(1) .rank-num {
    background-image: url('../image/rank_one_icon.png');
}

.right-tab-bd .rank .rank-item:nth-child(2) .rank-num {
    background-image: url('../image/rank_tow_icon.png');
}

.right-tab-bd .rank .rank-item:nth-child(3) .rank-num {
    background-image: url('../image/rank_three_icon.png');
}

.right-tab-bd .rank .rank-item .rank-item-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 116px;
    box-sizing: border-box;
}

.right-tab-bd .rank .rank-item-content .agent-logo {
    font-size: 0;
    position: absolute;
    left: 0px;
    width: 107px;
    height: 68px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.right-tab-bd .rank .rank-item-content .agent-logo .agent-logo-label {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 59px;
    height: 21px;
    line-height: 15px;
    text-indent: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
}

.right-tab-bd .rank .rank-item-content .agent-logo .agent-logo-label span {
    display: block;
    width: 110%;
    height: 100%;
    font-weight: bold;
    transform: scale(.8);
}

.right-tab-bd .rank .rank-item-content .agent-logo img {
    vertical-align: middle;
    width: 100%;
}

.right-tab-bd .rank .rank-item-content .agent-top {
    position: relative;
}

.right-tab-bd .rank .rank-item-content .agent-top .agent-name {
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
}

.right-tab-bd .rank .rank-item-content .agent-top .org-auth {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 26px;
    background: url('../image/platform_auth_icon3.png') no-repeat;
    background-size: 100% 100%;
}

.right-tab-bd .rank .rank-item-content .agent-top .agent-name:hover {
    color: #2059FC;
}

.right-tab-bd .rank .rank-item-content .agent-rate {
    font-size: 14px;
    font-weight: bold;
    color: #FE635B;
}

.right-tab-bd .rank .rank-item-content .agent-status {
    margin-top: 10px;
    color: #0C0C0C;
    font-size: 12px;
}

.right-tab-bd .rank .agent-tag-orange .agent-status span {
    color: #FFA200;
}

.right-tab-bd .rank .agent-tag-red .agent-status span {
    color: #D30303;
}

.right-tab-bd .rank .agent-tag-green .agent-status span {
    color: #2BB351;
}

.right-tab-bd .rank .agent-tag-grey .agent-status span {
    color: #B6B6B6;
}

.right-tab-bd .right-tab-bd-box {
    display: none;
    width: 100%;
    background: #ffffff;
}

.right-tab-bd .right-tab-bd-box:nth-child(1) {
    display: block;
}

.right-tab-bd .right-tab-bd-box ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.right-tab-bd .right-tab-bd-box ul>li {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

.right-tab-bd .right-tab-bd-box ul .left-box-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-tab-bd .right-tab-bd-box ul>li .hover-box {
    position: absolute;
    top: -90px;
    left: 10px;
    box-shadow: 0px 5px 12px 0px rgba(128, 159, 184, 0.5);
    display: none;
    align-items: flex-start;
    padding: 8px;
    background: #FFFFFF;
    z-index: 10;
    border-radius: 5px;
}

.right-tab-bd .right-tab-bd-box ul>li .hover-box::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    border: 10px solid transparent;
    transform-origin: top center;
    top: 80px;
    left: 30px;
    z-index: 10;
    border-top-color: #FFFFFF;
}

.right-tab-bd .right-tab-bd-box ul>li .hover-box img {
    width: 87px;
    height: 54px;
    margin-right: 8px;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
}

.right-tab-bd .right-tab-bd-box ul>li .hover-box .hover-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.right-tab-bd .right-tab-bd-box ul>li .hover-box .hover-box-right h3 {
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
    max-width: 110px;
}

.right-tab-bd .right-tab-bd-box ul>li .hover-box .hover-box-right span {
    padding: 0px 8px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
    background: #45EA68;
}

.right-tab-bd .right-tab-bd-box ul .list-left {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}

.right-tab-bd .right-tab-bd-box ul .rank-num {
    font-weight: 400;
    color: #999999;
    font-size: 16px;
    margin-right: 10px;
}

.right-tab-bd .right-tab-bd-box ul h3 {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    flex: 1;
}

.right-tab-bd .right-tab-bd-box ul li:hover {
    background: #EBF5FF;
}

.right-tab-bd .right-tab-bd-box ul li:hover h3 {
    color: #164AE3;
}

.right-tab-bd .right-tab-bd-box ul .list-right {
    width: 70px;
    text-align: right;
    font-weight: 400;
    color: #989898;
    font-size: 12px;
    margin-left: 10px;
}

.right-tab-bd .right-tab-bd-box ul li:nth-child(1) .rank-num {
    color: #A82E2E;
}

.right-tab-bd .right-tab-bd-box ul li:nth-child(2) .rank-num {
    color: #F04142;
}

.right-tab-bd .right-tab-bd-box ul li:nth-child(3) .rank-num {
    color: #FF9A03;
}

.right-tab-bd .right-tab-bd-box .show-more-column {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-tab-bd .right-tab-bd-box .show-more-column a {
    font-weight: 400;
    text-decoration: underline;
    color: #237DF1;
    font-size: 12px;
}


/* 首页右侧广告轮播 */
.columns-right .right-advertising-box {
    width: 100%;
    height: 320px;
    margin-top: 15px;
    border-radius: 7px;
    overflow: hidden;
}

.columns-right .right-advertising-box .swiper-container,
.columns-right .right-advertising-box .swiper-container a,
.columns-right .right-advertising-box .swiper-container img {
    width: 100%;
    height: 100%;
}

/* 友情链接 */
.columns-right .blogroll-box {
    width: 100%;
    margin-top: 15px;
    border-radius: 7px;
    overflow: hidden;
    background: #FFFFFF;
}

.columns-right .blogroll-box .blogroll-title {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #EEEEEE;
}

.columns-right .blogroll-box .blogroll-title .title-left {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
}

.columns-right .blogroll-box .blogroll-title .title-left img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.columns-right .blogroll-box .blogroll-title .title-right {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #B1B1B1;
    font-size: 12px;
}

.columns-right .blogroll-box .blogroll-title .title-right i {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url('../image/home_right_more.png');
    background-size: 100% 100%;
}

.columns-right .blogroll-box .blogroll-title .title-right:hover {
    color: #3F74FF;
}

.columns-right .blogroll-box .blogroll-title .title-right:hover i {
    background-image: url('../image/home_right_arrow_active_icon.png');
    background-size: 100% 100%;
}

.columns-right .blogroll-box .blogroll-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.columns-right .blogroll-box .blogroll-list li {
    background: #F4F4F4;
    border-radius: 15px;
    overflow: hidden;
    padding: 1px 14px;
    max-width: 115px;
    box-sizing: border-box;
    margin-right: 8px;
    border: 1px solid rgba(35, 125, 241, 0);
    margin-bottom: 20px;
}

.columns-right .blogroll-box .blogroll-list a {
    display: block;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
}

.columns-right .blogroll-box .blogroll-list li:hover {
    border: 1px solid #237DF1;
}

.columns-right .blogroll-box .blogroll-list li:hover a {
    color: #237DF1;
}

/* 是否推荐 */
.columns-right .recommended-box {
    width: 100%;
    margin-top: 15px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 28px 20px;
}

.columns-right .recommended-box .recommended-title {
    text-align: center;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    margin-bottom: 20px;
}

.columns-right .recommended-box ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.columns-right .recommended-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.columns-right .recommended-box ul li.active img {
    display: none;
}

.columns-right .recommended-box ul li.active img.active {
    display: block;
}

.columns-right .recommended-box ul img {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
}

.columns-right .recommended-box ul img.active {
    display: none;
}

.columns-right .recommended-box ul li:hover img {
    display: none;
}

.columns-right .recommended-box ul li:hover img.active {
    display: block;
}

.columns-right .recommended-box ul span {
    font-weight: 400;
    color: #555555;
    font-size: 12px;
}

.columns-right form {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #EDEDF2;
}

.columns-right form input {
    width: 270px;
    height: 38px;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: 1em;
    padding-right: 10px;
    outline: none;
}

.columns-right form input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-weight: 400;
    color: #9B9CAC;
    font-size: 14px;
}

.columns-right form input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-weight: 400;
    color: #9B9CAC;
    font-size: 14px;
}

.columns-right form input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-weight: 400;
    color: #9B9CAC;
    font-size: 14px;
}

.columns-right form button {
    flex: 1;
    height: 38px;
    box-sizing: border-box;
    background: #F5F6F7;
    font-weight: 400;
    color: #212529;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
}

/* 右侧底部 */
.columns-right .about-box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
}

.columns-right .about-box .contact-us {
    width: 100%;
    font-weight: 400;
    color: #9B9CAC;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
}

.columns-right .about-box .about-us-list {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}

.columns-right .about-box .about-us-list li {
    margin-right: 26px;
    margin-bottom: 10px;
}

.columns-right .about-box .about-us-list>:last-child {
    margin-right: 0;
}

.columns-right .about-box .about-us-list a {
    font-weight: 400;
    color: #555555;
    font-size: 14px;
}

.columns-right .about-box .about-us-list li:hover a {
    color: #3F74FF;
}

.columns-right .about-box .about-box-bottom {
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 10px;
}

.columns-right .about-box .about-box-bottom img {
    width: 18px;
    height: 20px;
    margin-right: 8px;
}

.columns-right .about-box .about-box-bottom p a,
.columns-right .about-box .us-name {
    font-weight: 400;
    color: #9B9CAC;
    font-size: 14px;
    line-height: 22px;
}

.columns-right .about-box .feedback-box {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.columns-right .about-box .feedback-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #B1B7BE;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 400;
    color: #B1B7BE;
    font-size: 12px;
    margin-right: 16px;
}

.columns-right .about-box .feedback-box img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}


/* 开户中心 start */
.home-tool {
    margin-top: 20px;
    height: 224px;
    box-sizing: border-box;
    background: #fff;
}

.home-tool .home-tool-hd {
    height: 62px;
    line-height: 62px;
    padding-left: 85px;
    background: url('../image/open_account_icon.png') no-repeat;
    background-position: 20px center;
    border-bottom: 1px solid rgba(176, 176, 176, .2);
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.home-tool .home-tool-bd {
    padding-top: 13px;
    display: flex;
    justify-content: space-evenly;
}

.home-tool .home-tool-item {
    cursor: pointer;
}

.home-tool .home-tool-item:hover .item-text {
    background: #3F74FF;
    color: #fff;
}

.home-tool .home-tool-item:hover .item-icon {
    transform: scale(1.05);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-tool .home-tool-item:nth-child(1) .item-icon {
    background-image: url('../image/tool_item1_icon.png');
}

.home-tool .home-tool-item:nth-child(2) .item-icon {
    background-image: url('../image/tool_item2_icon.png');
}

.home-tool .home-tool-item:nth-child(3) .item-icon {
    background-image: url('../image/tool_item3_icon.png');
}

.home-tool .home-tool-item .item-icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-tool .home-tool-item .item-text {
    margin: 14px auto 0;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}

/* 开户中心 end */

/* 投顾律师 start */
.investment-card {
    margin-top: 20px;
    height: 462px;
    background: #FFFFFF;
}

.investment-card .swiper-container {
    height: 380px;
    --swiper-theme-color: #B0B0B0;
    --swiper-pagination-color: #3F74FF;
    /* 两种都可以 */
}

.investment-card .swiper-container .swiper-pagination {
    bottom: 20px;
}

.investment-card .swiper-container .swiper-wrappe,
.investment-card .swiper-container .swiper-slide {
    height: 100%;
}

.investment-card .investment-card-hd {
    padding: 10px 20px;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.investment-card .investment-card-hd .investment-left {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-repeat: no-repeat;
    padding-left: 32px;
    height: 32px;
    line-height: 32px;
}

.investment-card .investment-card-hd .investment-right {
    font-size: 12px;
    padding-right: 18px;
    color: #B1B1B1;
    background-image: url('../image/home_right_arrow_icon.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.investment-card .investment-card-hd .investment-right:hover {
    color: #3F74FF;
    background-image: url('../image/home_right_arrow_active_icon.png');
}

.investment-advisor .investment-left {
    background-position: 0 1px;
    background-image: url('../image/investment_advisor_icon.png');
}

.lawyers-online .investment-left {
    background-position: 0 -1px;
    background-image: url('../image/lawyers_online_icon.png');
}

.investment-card .user-item {
    margin-bottom: 26px;
    width: 50%;
    float: left;
}

.investment-card .user-item .user-item-top {
    position: relative;
    width: 150px;
    height: 64px;
    padding-left: 72px;
    box-sizing: border-box;
    margin: auto;
}

.investment-card .user-item .user-item-top .user-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: #B0B0B0;
    border-radius: 50%;
}

.investment-card .user-item .user-item-top .user-name {
    cursor: pointer;
    padding-top: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.investment-card .user-item .user-item-top .user-name .vip-user {
    vertical-align: bottom;
    display: inline-block;
    margin-left: -2px;
    width: 12px;
    height: 12px;
    text-indent: 10px;
    line-height: 12px;
    background: url('../image/home_vip_icon.png') no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    font-size: 12px;
    color: #F62121;
}

.investment-card .user-item .user-item-top .user-tag {
    margin-top: 9px;
    border: 1px solid #336BFF;
    height: 14px;
    line-height: 14px;
    border-radius: 3px;
    text-align: center;
    padding: 0 7px;
    font-size: 12px;
    color: #336BFF;
}

.investment-card .user-item .user-item-desc {
    /* cursor: pointer; */
    margin: auto;
    width: 146px;
    margin-top: 6px;
    line-height: 1.4;
    font-size: 12px;
    color: #000000;
}

.investment-card .user-item .user-name:hover {
    color: #3F74FF;
}

/* content end */

.common-link .common-link-item {
    min-height: 117.5px;
}

.right-tab-bd .rank .rank-item-content .agent-logo .agent-logo-label .logo-topRight {
    letter-spacing: 2px;
    text-align: center;
    font-size: 12px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    font-weight: normal;
    line-height: 17px;
}

.content .answer-item .item-user-wrap .user-item .cline2 {
    width: 712px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.content .tab .tab-bd .answer .answer-item .question-Title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.common-link .common-link-item .point-title {
    display: flex;
    align-items: center;
}

.investment-card .user-item .user-item-top .user-name {
    display: flex;
    align-items: center;
}

.investment-card .user-item .user-item-top .user-name>a {
    margin-right: 5px;
    max-width: 62px;
}

.investment-card .user-item .user-item-top .user-name>a:hover {
    color: #3F74FF;
}

/* 行情中心 */
.stock-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 15px 10px;
}

.stock-box .charts-box {
    width: 256px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 12px;
    border: 1px solid #DADCE0;
    border-radius: 10px;
    box-shadow: 0px 1px 11px 1px rgba(143, 138, 138, 0);
    margin-bottom: 15px;
}

.stock-box .charts-box:hover {
    box-shadow: 0px 1px 11px 1px rgba(143, 138, 138, 0.35);
}

.stock-box .charts-box h3 {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.stock-box .charts-box h3 img {
    width: 18px;
    height: 19px;
    margin-right: 5px;
}

.stock-box .charts-box .num-msg {
    display: flex;
    align-items: center;
}

.stock-box .charts-box .num1 {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #30A775;
    font-size: 18px;
    margin-right: 10px;
}

.stock-box .charts-box .num2 {
    font-weight: 500;
    color: #30A775;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 2px 8px;
    background: #E7FCE6;
    border-radius: 5px;
}

.stock-box .up .num1,
.stock-box .up .num2 {
    color: #CC1100;
}

.stock-box .down .num1,
.stock-box .down .num2 {
    color: #30A775;
}

.stock-box .charts-box i {
    width: 8px;
    height: 11px;
    background-image: url('../image/stock-up.png');
    background-size: 100% 100%;
    margin-right: 5px;
}

.stock-box .up i {
    background-image: url('../image/stock-up.png');
}

.stock-box .down i {
    background-image: url('../image/stock-down.png');
}

.stock-box .down .num2{
    background: #E7FCE6;
}

.stock-box .up .num2{
    background: #FCE8E6;
}

.stock-box .charts-box .charts-container {
    display: block;
    width: 100%;
    height: 80px;
}